projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818001c
)
(FRAME_CURSOR_WIDTH): New macro.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jul 2002 18:56:36 +0000
(18:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jul 2002 18:56:36 +0000
(18:56 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index d5b01aec97f5875138fb71972fd34f1c1d13a7a8..2258577833ac43521725b2ad6af5930e80b541c7 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-695,6
+695,7
@@
enum
#define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
#define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
+#define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width)
#define FRAME_XIC(f) ((f)->output_data.x->xic)
#define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)